home *** CD-ROM | disk | FTP | other *** search
- inherited frmConDisconNetDrive: TfrmConDisconNetDrive
- Left = 665
- Top = 95
- HelpContext = 59
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Connects a drive letter to a network path or disconnects a curre' +
- 'ntly connected '
-
- 'drive from a network path. Some networks require a network user' +
- ' name and '
- 'password to connect.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object lblDriveLetters: TLabel
- Left = 10
- Top = 66
- Width = 185
- Height = 13
- AutoSize = False
- Caption = 'Drive &letter:'
- FocusControl = cbxDriveLetters
- end
- object lblNetPath: TLabel
- Left = 10
- Top = 115
- Width = 357
- Height = 13
- AutoSize = False
- Caption = '&Network path:'
- FocusControl = edtNetPath
- end
- object lblUserName: TLabel
- Left = 10
- Top = 164
- Width = 172
- Height = 13
- AutoSize = False
- Caption = '&User name:'
- FocusControl = edtUserName
- end
- object lblPassword: TLabel
- Left = 239
- Top = 164
- Width = 213
- Height = 13
- AutoSize = False
- Caption = '&Password:'
- FocusControl = edtPassword
- end
- object lblOption: TLabel
- Left = 10
- Top = 16
- Width = 36
- Height = 13
- Caption = 'Option:'
- end
- object cbxDriveLetters: TComboBox
- Left = 10
- Top = 82
- Width = 224
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- end
- object edtNetPath: TEdit
- Left = 10
- Top = 131
- Width = 449
- Height = 21
- TabOrder = 3
- end
- object edtUserName: TEdit
- Left = 10
- Top = 180
- Width = 219
- Height = 21
- TabOrder = 4
- end
- object edtPassword: TEdit
- Left = 239
- Top = 180
- Width = 220
- Height = 21
- PasswordChar = '*'
- TabOrder = 5
- end
- object rdConnect: TRadioButton
- Left = 346
- Top = 68
- Width = 219
- Height = 17
- Caption = '&Connect network drive'
- Checked = True
- TabOrder = 0
- TabStop = True
- Visible = False
- OnEnter = rdConnectEnter
- end
- object rdDisconnect: TRadioButton
- Left = 346
- Top = 89
- Width = 337
- Height = 17
- Caption = '&Disconnect network drive'
- TabOrder = 1
- Visible = False
- OnEnter = rdDisconnectEnter
- end
- object chkPersistent: TCheckBox
- Left = 244
- Top = 32
- Width = 217
- Height = 17
- Caption = 'Reconnect at logon'
- TabOrder = 6
- end
- object RadioButton1: TRadioButton
- Left = 346
- Top = 109
- Width = 337
- Height = 17
- Caption = '&Disconnect network drive'
- TabOrder = 7
- Visible = False
- OnEnter = rdDisconnectEnter
- end
- object cbxConnectOption: TComboBox
- Left = 10
- Top = 32
- Width = 223
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- OnChange = cbxConnectOptionChange
- Items.Strings = (
- 'Connect using current user'
- 'Connect using different user'
- 'Disconnect')
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 176
- Top = 344
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- inherited IvTranslator1: TIvTranslator
- Left = 216
- Top = 344
- end
- end
-